home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / park_thi.swf / scripts / DefineSprite_883 / frame_1 / DoAction.as
Encoding:
Text File  |  2010-08-12  |  208 b   |  12 lines

  1. stop();
  2. _root.carCount = 0;
  3. _root.carArray = [];
  4. next_btn.onRelease = function()
  5. {
  6.    _root.gotoAndStop("submit");
  7. };
  8. mainMenu_btn.onRelease = function()
  9. {
  10.    _root.gotoAndStop("lblgameintro");
  11. };
  12.